home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5148 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: info.curtin.edu.au!newsmaster
  2. From: Terry Mc Minn <mcminn@puffin.edu.au>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: **HELP,BORLAND,.LIB's - AAARRRRGGHH!
  5. Date: 31 Jan 1996 07:44:40 GMT
  6. Organization: Curtin University of Technology
  7. Message-ID: <4en6l8$dlp@info.curtin.edu.au>
  8. References: <310CC339.2781E494@ap.co.umist.ac.uk>
  9. NNTP-Posting-Host: owl.curtin.edu.au
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. Dan Evans <dan@ap.co.umist.ac.uk> wrote:
  16. >I want to write my own .LIB's
  17. >and .H's so they provide me
  18. >with generic functions for my
  19. >whole set of programs. I have
  20. >version 4.5
  21. >
  22. >I CAN'T DO IT - HEEELLLLPPP!
  23. >
  24. >
  25. >I can create a .LIB in the project 
  26. >heirarchy window with the tree
  27. >type arrangement, but it won't
  28. >let me open a window to type C
  29. >code into
  30. >
  31. You don't create LIB's that way!
  32.  
  33. 1) Code your functions in the normal manner and compile
  34. 2) Use TLIB to convert the OBJ's to a LIB
  35.  
  36. -- 
  37.  
  38. Terry Mc Minn
  39. Curtin University of Technology
  40. GPO Box U 1987
  41. Perth 6001
  42. Western Australia
  43. Email: mcminn@puffin.curtin.edu.au
  44.  
  45.  
  46.